home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
OvCata.swf
/
scripts
/
frame_3
/
PlaceObject2_426_1392
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-08-04
|
430 b
|
31 lines
onClipEvent(enterFrame){
if(_root.level1._x > 298)
{
this._x = 1900;
}
if(_root.endlevel3)
{
this._visible = true;
}
else
{
this._visible = false;
}
if(_root.levmoveR)
{
this._x -= 3;
}
if(_root.levmoveL)
{
this._x += 3;
}
if(_root.jumpR)
{
this._x -= 13;
}
if(_root.jumpL)
{
this._x += 13;
}
}